-
Notifications
You must be signed in to change notification settings - Fork 1.4k
boards: nordic: nrf54l20pdk: Increase RAM, Flash on FLPR #20988
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
boards: nordic: nrf54l20pdk: Increase RAM, Flash on FLPR #20988
Conversation
|
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: bed60b258eb5a165fc667a2786f491b07e55fec2 more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (9)Outputs:ToolchainVersion: 4ffa2202d5 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
See comments in PR to sdk-zephyr for memory map partitioning. |
| help | ||
| Size of RAM available for the vpr_launcher application (usually run on cpuapp). | ||
| Must match the size of the cpuapp_sram node. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nrf54l15 does not match, is 188KiB in https://github.com/nrfconnect/sdk-zephyr/blob/3f337ca1170cd7aa9c4a62c1a9cce992e5caed90/dts/common/nordic/nrf54l15.dtsi which is 0x2f000 not 0x28000
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is nordic-flprsnippet that adds building of vpr_launcher.
It changes SRAM partitioning.
Value of 160k / 0x28000 is set here:
https://github.com/nrfconnect/sdk-zephyr/blob/main/snippets/nordic-flpr/soc/nrf54l15_cpuapp.overlay#L32
Not sure why it's done this way.
|
You can find the documentation preview for this PR here. |
b155a78 to
a24f7d8
Compare
d252e61 to
9338744
Compare
Include sdk-zephyr from PR: nrfconnect/sdk-zephyr#2629 Align Partition Manager configuration. Signed-off-by: Sebastian Głąb <[email protected]>
9338744 to
bed60b2
Compare
|
|
This pull request has been marked as stale because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 7 days. Note, that you can always re-open a closed pull request at any time. |



Include sdk-zephyr from PR:
nrfconnect/sdk-zephyr#2629
Align Partition Manager configuration.